2025-07-13 01:08:58,914 [ 171820 ] INFO : ClickHouse root is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse (runner:53, check_args_and_update_paths) 2025-07-13 01:08:58,914 [ 171820 ] INFO : Cases dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:79, check_args_and_update_paths) 2025-07-13 01:08:58,914 [ 171820 ] INFO : utils dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/utils (runner:90, check_args_and_update_paths) 2025-07-13 01:08:58,914 [ 171820 ] INFO : base_configs_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/programs/server, binary: /home/ubuntu/_work/_temp/test/build/clickhouse, cases_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:92, check_args_and_update_paths) clickhouse_integration_tests_volume Running pytest container as: 'docker run --rm --name clickhouse_integration_tests_hcajul --privileged --dns-search='.' --memory=30709026816 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --volume=/home/ubuntu/_work/_temp/test/build/clickhouse:/clickhouse --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/programs/server:/clickhouse-config --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration:/ClickHouse/tests/integration --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/backupview:/ClickHouse/utils/backupview --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/grpc-client/pb2:/ClickHouse/utils/grpc-client/pb2 --volume=/run:/run/host:ro --volume=clickhouse_integration_tests_volume:/var/lib/docker -e DOCKER_DOTNET_CLIENT_TAG=11de0b29a15d -e DOCKER_HELPER_TAG=5dc43a6382f0 -e DOCKER_BASE_TAG=5ccda723c1fc -e DOCKER_KERBEROS_KDC_TAG=9391ecdee8d7 -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=9bec2a638e6e -e DOCKER_MYSQL_JAVA_CLIENT_TAG=766bff31cfe4 -e DOCKER_MYSQL_JS_CLIENT_TAG=41ba7c2ec2a1 -e DOCKER_MYSQL_PHP_CLIENT_TAG=88be89c1e3b6 -e DOCKER_NGINX_DAV_TAG=b55ac9cd7519 -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=a4eff5c7f4d6 -e DOCKER_PYTHON_BOTTLE_TAG=d862517635bf -e DOCKER_CLIENT_TIMEOUT=300 -e COMPOSE_HTTP_TIMEOUT=600 -e PYTHONUNBUFFERED=1 -e PYTEST_ADDOPTS="--dist=loadfile -n 10 -rfEps --run-id=1 --color=no --durations=0 --report-log=parallel0_1.jsonl --report-log-exclude-logs-on-passed-tests test_backward_compatibility/test_functions.py::test_string_functions test_database_delta/test.py::test_complex_table_schema test_database_delta/test.py::test_embedded_database_and_tables test_database_delta/test.py::test_multiple_schemes_tables -vvv " altinityinfra/integration-tests-runner:ad96270260ff '. Start tests ============================= test session starts ============================== platform linux -- Python 3.10.12, pytest-7.4.4, pluggy-1.5.0 -- /usr/bin/python3 cachedir: .pytest_cache Test order randomisation NOT enabled. Enable with --random-order or --random-order-bucket= rootdir: /ClickHouse/tests/integration configfile: pytest.ini plugins: timeout-2.3.1, repeat-0.9.3, order-1.0.0, reportlog-0.4.0, xdist-3.5.0, random-order-1.1.1 timeout: 900.0s timeout method: signal timeout func_only: False created: 10/10 workers 10 workers [4 items] scheduling tests via LoadFileScheduling test_backward_compatibility/test_functions.py::test_string_functions test_database_delta/test.py::test_complex_table_schema [gw1] [ 25%] SKIPPED test_backward_compatibility/test_functions.py::test_string_functions [gw2] [ 50%] ERROR test_database_delta/test.py::test_complex_table_schema test_database_delta/test.py::test_embedded_database_and_tables [gw2] [ 75%] ERROR test_database_delta/test.py::test_embedded_database_and_tables test_database_delta/test.py::test_multiple_schemes_tables [gw2] [100%] ERROR test_database_delta/test.py::test_multiple_schemes_tables ==================================== ERRORS ==================================== _________________ ERROR at setup of test_complex_table_schema __________________ [gw2] linux -- Python 3.10.12 /usr/bin/python3 @pytest.fixture(scope="module") def started_cluster(): try: cluster = ClickHouseCluster(__file__) cluster.add_instance( "node1", main_configs=[], user_configs=[], image="clickhouse/integration-test-with-unity-catalog", with_installed_binary=False, tag=os.environ.get("DOCKER_BASE_WITH_UNITY_CATALOG_TAG", "latest") ) logging.info("Starting cluster...") > cluster.start() test_database_delta/test.py:43: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ helpers/cluster.py:2713: in start retry(log_function=logging_pulling_images)(run_and_check, images_pull_cmd) helpers/retry_decorator.py:20: in inner func(*args, **kwargs) helpers/cluster.py:132: in run_and_check res = subprocess.run( /usr/lib/python3.10/subprocess.py:505: in run stdout, stderr = process.communicate(input, timeout=timeout) /usr/lib/python3.10/subprocess.py:1154: in communicate stdout, stderr = self._communicate(input, endtime, timeout) /usr/lib/python3.10/subprocess.py:2021: in _communicate ready = selector.select(timeout) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = , timeout = 16133 def select(self, timeout=None): # This is shared between poll() and epoll(). # epoll() has a different signature and handling of timeout parameter. if timeout is None: timeout = None elif timeout <= 0: timeout = 0 else: # poll() has a resolution of 1 millisecond, round away from # zero to wait *at least* timeout seconds. timeout = math.ceil(timeout * 1e3) ready = [] try: > fd_event_list = self._selector.poll(timeout) E Failed: Timeout >900.0s /usr/lib/python3.10/selectors.py:416: Failed ---------------------------- Captured stdout setup ----------------------------- Copy common default production configuration from /clickhouse-config. Files: config.xml, users.xml ~~~~~~~~~~~~~~~~~~~~~ Stack of (140436693714496) ~~~~~~~~~~~~~~~~~~~~~ File "/usr/local/lib/python3.10/dist-packages/execnet/gateway_base.py", line 411, in _perform_spawn reply.run() File "/usr/local/lib/python3.10/dist-packages/execnet/gateway_base.py", line 341, in run self._result = func(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/execnet/gateway_base.py", line 1160, in _thread_receiver msg = Message.from_io(io) File "/usr/local/lib/python3.10/dist-packages/execnet/gateway_base.py", line 567, in from_io header = io.read(9) # type 1, channel 4, payload 4 File "/usr/local/lib/python3.10/dist-packages/execnet/gateway_base.py", line 534, in read data = self._read(numbytes - len(buf)) ------------------------------ Captured log setup ------------------------------ 2025-07-13 01:09:05 [ 614 ] DEBUG : Command:[docker ps | wc -l] (cluster.py:121, run_and_check) 2025-07-13 01:09:05 [ 614 ] DEBUG : Stdout:1 (cluster.py:145, run_and_check) 2025-07-13 01:09:05 [ 614 ] DEBUG : No running containers (conftest.py:95, cleanup_environment) 2025-07-13 01:09:05 [ 614 ] DEBUG : Pruning Docker networks (conftest.py:97, cleanup_environment) 2025-07-13 01:09:05 [ 614 ] DEBUG : Command:[docker network prune --force] (cluster.py:121, run_and_check) 2025-07-13 01:09:05 [ 614 ] DEBUG : Command:[sysctl net.ipv4.ip_local_port_range='55000 65535'] (cluster.py:121, run_and_check) 2025-07-13 01:09:05 [ 614 ] DEBUG : Stdout:net.ipv4.ip_local_port_range = 55000 65535 (cluster.py:145, run_and_check) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV DOCKER_KERBEROS_KDC_TAG 9391ecdee8d7 (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV CLICKHOUSE_TESTS_SERVER_BIN_PATH /clickhouse (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV MSAN_OPTIONS abort_on_error=1 poison_in_dtor=1 (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV JAVA_TOOL_OPTIONS -Djdk.attach.allowAttachSelf=true (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV TSAN_OPTIONS halt_on_error=1 abort_on_error=1 history_size=7 memory_limit_mb=46080 second_deadlock_stack=1 (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV HOSTNAME ec4390128af3 (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV SHLVL 0 (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV HOME /root (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV OLDPWD / (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV DOCKER_HELPER_TAG 5dc43a6382f0 (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV PYTHONUNBUFFERED 1 (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV DOCKER_PYTHON_BOTTLE_TAG d862517635bf (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV UBSAN_OPTIONS print_stacktrace=1 (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV PYTEST_ADDOPTS --dist=loadfile -n 10 -rfEps --run-id=1 --color=no --durations=0 --report-log=parallel0_1.jsonl --report-log-exclude-logs-on-passed-tests test_backward_compatibility/test_functions.py::test_string_functions test_database_delta/test.py::test_complex_table_schema test_database_delta/test.py::test_embedded_database_and_tables test_database_delta/test.py::test_multiple_schemes_tables -vvv (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV COMPOSE_HTTP_TIMEOUT 600 (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV DOCKER_MYSQL_PHP_CLIENT_TAG 88be89c1e3b6 (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV DOCKER_DOTNET_CLIENT_TAG 11de0b29a15d (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV CLICKHOUSE_TESTS_CLIENT_BIN_PATH /clickhouse (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV DOCKER_MYSQL_JS_CLIENT_TAG 41ba7c2ec2a1 (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV PATH /spark-3.3.2-bin-hadoop3/bin:/opt/gdb/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV DOCKER_KERBERIZED_HADOOP_TAG latest (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV DOCKER_CHANNEL stable (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV DOCKER_CLIENT_TIMEOUT 300 (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV DOCKER_POSTGRESQL_JAVA_CLIENT_TAG a4eff5c7f4d6 (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV DOCKER_NGINX_DAV_TAG b55ac9cd7519 (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV DOCKER_MYSQL_GOLANG_CLIENT_TAG 9bec2a638e6e (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV PWD /ClickHouse/tests/integration (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV DOCKER_MYSQL_JAVA_CLIENT_TAG 766bff31cfe4 (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV CLICKHOUSE_TESTS_BASE_CONFIG_DIR /clickhouse-config (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV TZ Etc/UTC (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV JAVA_PATH /usr/lib/jvm/java-11-openjdk-amd64/bin/java (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV DOCKER_BASE_TAG 5ccda723c1fc (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV SPARK_HOME /spark-3.3.2-bin-hadoop3 (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV LC_CTYPE C.UTF-8 (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV INTEGRATION_TESTS_RUN_ID 1 (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV WORKER_FREE_PORTS 30100 30101 30102 30103 30104 30105 30106 30107 30108 30109 30110 30111 30112 30113 30114 30115 30116 30117 30118 30119 30120 30121 30122 30123 30124 30125 30126 30127 30128 30129 30130 30131 30132 30133 30134 30135 30136 30137 30138 30139 30140 30141 30142 30143 30144 30145 30146 30147 30148 30149 (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV PYTEST_XDIST_TESTRUNUID 60d8da57b4a34e33a85ee84ccf71d518 (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV PYTEST_XDIST_WORKER gw2 (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV PYTEST_XDIST_WORKER_COUNT 10 (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : ENV PYTEST_CURRENT_TEST test_database_delta/test.py::test_complex_table_schema (setup) (cluster.py:419, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : CLUSTER INIT base_config_dir:/clickhouse-config (cluster.py:719, __init__) 2025-07-13 01:09:05 [ 614 ] DEBUG : clickhouse_start_command: clickhouse server --config-file=/etc/clickhouse-server/{main_config_file} --log-file=/var/log/clickhouse-server/clickhouse-server.log --errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log (cluster.py:1656, add_instance) 2025-07-13 01:09:05 [ 614 ] DEBUG : Cluster name: project_name:roottestdatabasedelta-gw2. Added instance name:node1 tag:latest base_cmd:['docker', 'compose', '--env-file', '/ClickHouse/tests/integration/test_database_delta/_instances-1-gw2/.env', '--project-name', 'roottestdatabasedelta-gw2', '--file', '/ClickHouse/tests/integration/test_database_delta/_instances-1-gw2/node1/docker-compose.yml'] docker_compose_yml_dir:/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/ (cluster.py:1942, add_instance) 2025-07-13 01:09:05 [ 614 ] INFO : Starting cluster... (test.py:42, started_cluster) 2025-07-13 01:09:05 [ 614 ] INFO : Running tests in /ClickHouse/tests/integration/test_database_delta/test.py (cluster.py:2672, start) 2025-07-13 01:09:05 [ 614 ] DEBUG : Cluster start called. is_up=False (cluster.py:2679, start) 2025-07-13 01:09:05 [ 614 ] DEBUG : Docker networks for project roottestdatabasedelta-gw2 are NETWORK ID NAME DRIVER SCOPE (cluster.py:825, print_all_docker_pieces) 2025-07-13 01:09:05 [ 614 ] DEBUG : Docker containers for project roottestdatabasedelta-gw2 are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:833, print_all_docker_pieces) 2025-07-13 01:09:05 [ 614 ] DEBUG : Docker volumes for project roottestdatabasedelta-gw2 are DRIVER VOLUME NAME (cluster.py:841, print_all_docker_pieces) 2025-07-13 01:09:05 [ 614 ] DEBUG : Cleanup called (cluster.py:846, cleanup) 2025-07-13 01:09:05 [ 614 ] DEBUG : Docker networks for project roottestdatabasedelta-gw2 are NETWORK ID NAME DRIVER SCOPE (cluster.py:825, print_all_docker_pieces) 2025-07-13 01:09:05 [ 614 ] DEBUG : Docker containers for project roottestdatabasedelta-gw2 are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:833, print_all_docker_pieces) 2025-07-13 01:09:05 [ 614 ] DEBUG : Docker volumes for project roottestdatabasedelta-gw2 are DRIVER VOLUME NAME (cluster.py:841, print_all_docker_pieces) 2025-07-13 01:09:05 [ 614 ] DEBUG : Command:[docker container list --all --filter name='^/roottestdatabasedelta-gw2-.*-1$' --format '{{.ID}}:{{.Names}}'] (cluster.py:121, run_and_check) 2025-07-13 01:09:05 [ 614 ] DEBUG : Unstopped containers: {} (cluster.py:860, cleanup) 2025-07-13 01:09:05 [ 614 ] DEBUG : No running containers for project: roottestdatabasedelta-gw2 (cluster.py:874, cleanup) 2025-07-13 01:09:05 [ 614 ] DEBUG : Trying to prune unused networks... (cluster.py:880, cleanup) 2025-07-13 01:09:05 [ 614 ] DEBUG : Trying to prune unused images... (cluster.py:896, cleanup) 2025-07-13 01:09:05 [ 614 ] DEBUG : Command:[docker image prune -f] (cluster.py:121, run_and_check) 2025-07-13 01:09:05 [ 614 ] DEBUG : Stdout:Total reclaimed space: 0B (cluster.py:145, run_and_check) 2025-07-13 01:09:05 [ 614 ] DEBUG : Images pruned (cluster.py:899, cleanup) 2025-07-13 01:09:05 [ 614 ] DEBUG : Trying to prune unused volumes... (cluster.py:905, cleanup) 2025-07-13 01:09:05 [ 614 ] DEBUG : Command:[docker volume ls | wc -l] (cluster.py:121, run_and_check) 2025-07-13 01:09:05 [ 614 ] DEBUG : Stdout:1 (cluster.py:145, run_and_check) 2025-07-13 01:09:05 [ 614 ] DEBUG : Volumes pruned: 1 (cluster.py:910, cleanup) 2025-07-13 01:09:05 [ 614 ] DEBUG : Setup directory for instance: node1 (cluster.py:2692, start) 2025-07-13 01:09:05 [ 614 ] DEBUG : Create directory for configuration generated in this helper (cluster.py:4536, create_dir) 2025-07-13 01:09:05 [ 614 ] DEBUG : Create directory for common tests configuration (cluster.py:4541, create_dir) 2025-07-13 01:09:05 [ 614 ] DEBUG : Copy common configuration from helpers (cluster.py:4561, create_dir) 2025-07-13 01:09:05 [ 614 ] DEBUG : Generate and write macros file (cluster.py:4613, create_dir) 2025-07-13 01:09:05 [ 614 ] DEBUG : Copy custom test config files [] to /ClickHouse/tests/integration/test_database_delta/_instances-1-gw2/node1/configs/config.d (cluster.py:4649, create_dir) 2025-07-13 01:09:05 [ 614 ] DEBUG : Setup database dir /ClickHouse/tests/integration/test_database_delta/_instances-1-gw2/node1/database (cluster.py:4666, create_dir) 2025-07-13 01:09:05 [ 614 ] DEBUG : Setup logs dir /ClickHouse/tests/integration/test_database_delta/_instances-1-gw2/node1/logs (cluster.py:4677, create_dir) 2025-07-13 01:09:05 [ 614 ] DEBUG : Entrypoint cmd: ["clickhouse", "server", "--config-file=/etc/clickhouse-server/config.xml", "--log-file=/var/log/clickhouse-server/clickhouse-server.log", "--errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log", "--"] (cluster.py:4758, create_dir) 2025-07-13 01:09:05 [ 614 ] DEBUG : Env {'ASAN_OPTIONS': 'use_sigaltstack=0', 'TSAN_OPTIONS': 'use_sigaltstack=0', 'CLICKHOUSE_WATCHDOG_ENABLE': '0', 'CLICKHOUSE_NATS_TLS_SECURE': '0', 'LLVM_PROFILE_FILE': '/var/lib/clickhouse/server_%h_%p_%m.profraw'} stored in /ClickHouse/tests/integration/test_database_delta/_instances-1-gw2/.env (cluster.py:96, _create_env_file) 2025-07-13 01:09:05 [ 614 ] DEBUG : Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] (config.py:21, find_config_file) 2025-07-13 01:09:05 [ 614 ] DEBUG : No config file found (config.py:28, find_config_file) 2025-07-13 01:09:05 [ 614 ] DEBUG : Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] (config.py:21, find_config_file) 2025-07-13 01:09:05 [ 614 ] DEBUG : No config file found (config.py:28, find_config_file) 2025-07-13 01:09:05 [ 614 ] DEBUG : http://localhost:None "GET /version HTTP/1.1" 200 826 (connectionpool.py:547, _make_request) 2025-07-13 01:09:05 [ 614 ] DEBUG : Command:[docker compose --env-file /ClickHouse/tests/integration/test_database_delta/_instances-1-gw2/.env --project-name roottestdatabasedelta-gw2 --file /ClickHouse/tests/integration/test_database_delta/_instances-1-gw2/node1/docker-compose.yml pull] (cluster.py:121, run_and_check) 2025-07-13 01:14:05 [ 614 ] INFO : Got exception pulling images: Command '['docker', 'compose', '--env-file', '/ClickHouse/tests/integration/test_database_delta/_instances-1-gw2/.env', '--project-name', 'roottestdatabasedelta-gw2', '--file', '/ClickHouse/tests/integration/test_database_delta/_instances-1-gw2/node1/docker-compose.yml', 'pull']' timed out after 300 seconds (cluster.py:2709, logging_pulling_images) 2025-07-13 01:14:08 [ 614 ] DEBUG : Command:[docker compose --env-file /ClickHouse/tests/integration/test_database_delta/_instances-1-gw2/.env --project-name roottestdatabasedelta-gw2 --file /ClickHouse/tests/integration/test_database_delta/_instances-1-gw2/node1/docker-compose.yml pull] (cluster.py:121, run_and_check) 2025-07-13 01:19:08 [ 614 ] INFO : Got exception pulling images: Command '['docker', 'compose', '--env-file', '/ClickHouse/tests/integration/test_database_delta/_instances-1-gw2/.env', '--project-name', 'roottestdatabasedelta-gw2', '--file', '/ClickHouse/tests/integration/test_database_delta/_instances-1-gw2/node1/docker-compose.yml', 'pull']' timed out after 300 seconds (cluster.py:2709, logging_pulling_images) 2025-07-13 01:19:11 [ 614 ] DEBUG : Command:[docker compose --env-file /ClickHouse/tests/integration/test_database_delta/_instances-1-gw2/.env --project-name roottestdatabasedelta-gw2 --file /ClickHouse/tests/integration/test_database_delta/_instances-1-gw2/node1/docker-compose.yml pull] (cluster.py:121, run_and_check) 2025-07-13 01:24:05 [ 614 ] DEBUG : Failed to start cluster: (cluster.py:3091, start) 2025-07-13 01:24:05 [ 614 ] DEBUG : Timeout >900.0s (cluster.py:3092, start) 2025-07-13 01:24:05 [ 614 ] DEBUG : Traceback (most recent call last): File "/ClickHouse/tests/integration/helpers/cluster.py", line 2713, in start retry(log_function=logging_pulling_images)(run_and_check, images_pull_cmd) File "/ClickHouse/tests/integration/helpers/retry_decorator.py", line 20, in inner func(*args, **kwargs) File "/ClickHouse/tests/integration/helpers/cluster.py", line 132, in run_and_check res = subprocess.run( File "/usr/lib/python3.10/subprocess.py", line 505, in run stdout, stderr = process.communicate(input, timeout=timeout) File "/usr/lib/python3.10/subprocess.py", line 1154, in communicate stdout, stderr = self._communicate(input, endtime, timeout) File "/usr/lib/python3.10/subprocess.py", line 2021, in _communicate ready = selector.select(timeout) File "/usr/lib/python3.10/selectors.py", line 416, in select fd_event_list = self._selector.poll(timeout) File "/usr/local/lib/python3.10/dist-packages/pytest_timeout.py", line 313, in handler timeout_sigalrm(item, settings) File "/usr/local/lib/python3.10/dist-packages/pytest_timeout.py", line 498, in timeout_sigalrm pytest.fail("Timeout >%ss" % settings.timeout) File "/usr/local/lib/python3.10/dist-packages/_pytest/outcomes.py", line 198, in fail raise Failed(msg=reason, pytrace=pytrace) Failed: Timeout >900.0s (cluster.py:3093, start) 2025-07-13 01:24:05 [ 614 ] WARNING : docker compose up was not called. Trying to export docker.log for running containers (cluster.py:3174, shutdown) 2025-07-13 01:24:05 [ 614 ] DEBUG : Cleanup called (cluster.py:846, cleanup) 2025-07-13 01:24:05 [ 614 ] DEBUG : Docker networks for project roottestdatabasedelta-gw2 are NETWORK ID NAME DRIVER SCOPE (cluster.py:825, print_all_docker_pieces) 2025-07-13 01:24:05 [ 614 ] DEBUG : Docker containers for project roottestdatabasedelta-gw2 are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:833, print_all_docker_pieces) 2025-07-13 01:24:05 [ 614 ] DEBUG : Docker volumes for project roottestdatabasedelta-gw2 are DRIVER VOLUME NAME (cluster.py:841, print_all_docker_pieces) 2025-07-13 01:24:05 [ 614 ] DEBUG : Command:[docker container list --all --filter name='^/roottestdatabasedelta-gw2-.*-1$' --format '{{.ID}}:{{.Names}}'] (cluster.py:121, run_and_check) 2025-07-13 01:24:05 [ 614 ] DEBUG : Unstopped containers: {} (cluster.py:860, cleanup) 2025-07-13 01:24:05 [ 614 ] DEBUG : No running containers for project: roottestdatabasedelta-gw2 (cluster.py:874, cleanup) 2025-07-13 01:24:05 [ 614 ] DEBUG : Trying to prune unused networks... (cluster.py:880, cleanup) 2025-07-13 01:24:05 [ 614 ] DEBUG : Trying to prune unused images... (cluster.py:896, cleanup) 2025-07-13 01:24:05 [ 614 ] DEBUG : Command:[docker image prune -f] (cluster.py:121, run_and_check) 2025-07-13 01:24:06 [ 614 ] DEBUG : Stdout:Total reclaimed space: 0B (cluster.py:145, run_and_check) 2025-07-13 01:24:06 [ 614 ] DEBUG : Images pruned (cluster.py:899, cleanup) 2025-07-13 01:24:06 [ 614 ] DEBUG : Trying to prune unused volumes... (cluster.py:905, cleanup) 2025-07-13 01:24:06 [ 614 ] DEBUG : Command:[docker volume ls | wc -l] (cluster.py:121, run_and_check) 2025-07-13 01:24:06 [ 614 ] DEBUG : Stdout:1 (cluster.py:145, run_and_check) 2025-07-13 01:24:06 [ 614 ] DEBUG : Volumes pruned: 1 (cluster.py:910, cleanup) 2025-07-13 01:24:06 [ 614 ] WARNING : docker compose up was not called. Trying to export docker.log for running containers (cluster.py:3174, shutdown) 2025-07-13 01:24:06 [ 614 ] DEBUG : Cleanup called (cluster.py:846, cleanup) 2025-07-13 01:24:06 [ 614 ] DEBUG : Docker networks for project roottestdatabasedelta-gw2 are NETWORK ID NAME DRIVER SCOPE (cluster.py:825, print_all_docker_pieces) 2025-07-13 01:24:06 [ 614 ] DEBUG : Docker containers for project roottestdatabasedelta-gw2 are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:833, print_all_docker_pieces) 2025-07-13 01:24:06 [ 614 ] DEBUG : Docker volumes for project roottestdatabasedelta-gw2 are DRIVER VOLUME NAME (cluster.py:841, print_all_docker_pieces) 2025-07-13 01:24:06 [ 614 ] DEBUG : Command:[docker container list --all --filter name='^/roottestdatabasedelta-gw2-.*-1$' --format '{{.ID}}:{{.Names}}'] (cluster.py:121, run_and_check) 2025-07-13 01:24:06 [ 614 ] DEBUG : Unstopped containers: {} (cluster.py:860, cleanup) 2025-07-13 01:24:06 [ 614 ] DEBUG : No running containers for project: roottestdatabasedelta-gw2 (cluster.py:874, cleanup) 2025-07-13 01:24:06 [ 614 ] DEBUG : Trying to prune unused networks... (cluster.py:880, cleanup) 2025-07-13 01:24:06 [ 614 ] DEBUG : Trying to prune unused images... (cluster.py:896, cleanup) 2025-07-13 01:24:06 [ 614 ] DEBUG : Command:[docker image prune -f] (cluster.py:121, run_and_check) 2025-07-13 01:24:06 [ 614 ] DEBUG : Stdout:Total reclaimed space: 0B (cluster.py:145, run_and_check) 2025-07-13 01:24:06 [ 614 ] DEBUG : Images pruned (cluster.py:899, cleanup) 2025-07-13 01:24:06 [ 614 ] DEBUG : Trying to prune unused volumes... (cluster.py:905, cleanup) 2025-07-13 01:24:06 [ 614 ] DEBUG : Command:[docker volume ls | wc -l] (cluster.py:121, run_and_check) 2025-07-13 01:24:06 [ 614 ] DEBUG : Stdout:1 (cluster.py:145, run_and_check) 2025-07-13 01:24:06 [ 614 ] DEBUG : Volumes pruned: 1 (cluster.py:910, cleanup) _____________ ERROR at setup of test_embedded_database_and_tables ______________ [gw2] linux -- Python 3.10.12 /usr/bin/python3 @pytest.fixture(scope="module") def started_cluster(): try: cluster = ClickHouseCluster(__file__) cluster.add_instance( "node1", main_configs=[], user_configs=[], image="clickhouse/integration-test-with-unity-catalog", with_installed_binary=False, tag=os.environ.get("DOCKER_BASE_WITH_UNITY_CATALOG_TAG", "latest") ) logging.info("Starting cluster...") > cluster.start() test_database_delta/test.py:43: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ helpers/cluster.py:2713: in start retry(log_function=logging_pulling_images)(run_and_check, images_pull_cmd) helpers/retry_decorator.py:20: in inner func(*args, **kwargs) helpers/cluster.py:132: in run_and_check res = subprocess.run( /usr/lib/python3.10/subprocess.py:505: in run stdout, stderr = process.communicate(input, timeout=timeout) /usr/lib/python3.10/subprocess.py:1154: in communicate stdout, stderr = self._communicate(input, endtime, timeout) /usr/lib/python3.10/subprocess.py:2021: in _communicate ready = selector.select(timeout) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = , timeout = 16133 def select(self, timeout=None): # This is shared between poll() and epoll(). # epoll() has a different signature and handling of timeout parameter. if timeout is None: timeout = None elif timeout <= 0: timeout = 0 else: # poll() has a resolution of 1 millisecond, round away from # zero to wait *at least* timeout seconds. timeout = math.ceil(timeout * 1e3) ready = [] try: > fd_event_list = self._selector.poll(timeout) E Failed: Timeout >900.0s /usr/lib/python3.10/selectors.py:416: Failed ________________ ERROR at setup of test_multiple_schemes_tables ________________ [gw2] linux -- Python 3.10.12 /usr/bin/python3 @pytest.fixture(scope="module") def started_cluster(): try: cluster = ClickHouseCluster(__file__) cluster.add_instance( "node1", main_configs=[], user_configs=[], image="clickhouse/integration-test-with-unity-catalog", with_installed_binary=False, tag=os.environ.get("DOCKER_BASE_WITH_UNITY_CATALOG_TAG", "latest") ) logging.info("Starting cluster...") > cluster.start() test_database_delta/test.py:43: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ helpers/cluster.py:2713: in start retry(log_function=logging_pulling_images)(run_and_check, images_pull_cmd) helpers/retry_decorator.py:20: in inner func(*args, **kwargs) helpers/cluster.py:132: in run_and_check res = subprocess.run( /usr/lib/python3.10/subprocess.py:505: in run stdout, stderr = process.communicate(input, timeout=timeout) /usr/lib/python3.10/subprocess.py:1154: in communicate stdout, stderr = self._communicate(input, endtime, timeout) /usr/lib/python3.10/subprocess.py:2021: in _communicate ready = selector.select(timeout) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = , timeout = 16133 def select(self, timeout=None): # This is shared between poll() and epoll(). # epoll() has a different signature and handling of timeout parameter. if timeout is None: timeout = None elif timeout <= 0: timeout = 0 else: # poll() has a resolution of 1 millisecond, round away from # zero to wait *at least* timeout seconds. timeout = math.ceil(timeout * 1e3) ready = [] try: > fd_event_list = self._selector.poll(timeout) E Failed: Timeout >900.0s /usr/lib/python3.10/selectors.py:416: Failed ----------------- generated report log file: parallel0_1.jsonl ----------------- ============================== slowest durations =============================== 901.04s setup test_database_delta/test.py::test_complex_table_schema 13.19s setup test_backward_compatibility/test_functions.py::test_string_functions 3.47s teardown test_backward_compatibility/test_functions.py::test_string_functions 0.65s call test_backward_compatibility/test_functions.py::test_string_functions 0.00s teardown test_database_delta/test.py::test_multiple_schemes_tables 0.00s teardown test_database_delta/test.py::test_complex_table_schema 0.00s setup test_database_delta/test.py::test_embedded_database_and_tables 0.00s teardown test_database_delta/test.py::test_embedded_database_and_tables 0.00s setup test_database_delta/test.py::test_multiple_schemes_tables =========================== short test summary info ============================ ERROR test_database_delta/test.py::test_complex_table_schema - Failed: Timeou... ERROR test_database_delta/test.py::test_embedded_database_and_tables - Failed... ERROR test_database_delta/test.py::test_multiple_schemes_tables - Failed: Tim... SKIPPED [1] test_backward_compatibility/test_functions.py:164: The test is slow in builds with sanitizer =================== 1 skipped, 3 errors in 903.51s (0:15:03) =================== Traceback (most recent call last): File "/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration/./runner", line 492, in subprocess.check_call(cmd, shell=True, bufsize=0) File "/usr/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'docker run --rm --name clickhouse_integration_tests_hcajul --privileged --dns-search='.' --memory=30709026816 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --volume=/home/ubuntu/_work/_temp/test/build/clickhouse:/clickhouse --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/programs/server:/clickhouse-config --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration:/ClickHouse/tests/integration --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/backupview:/ClickHouse/utils/backupview --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/grpc-client/pb2:/ClickHouse/utils/grpc-client/pb2 --volume=/run:/run/host:ro --volume=clickhouse_integration_tests_volume:/var/lib/docker -e DOCKER_DOTNET_CLIENT_TAG=11de0b29a15d -e DOCKER_HELPER_TAG=5dc43a6382f0 -e DOCKER_BASE_TAG=5ccda723c1fc -e DOCKER_KERBEROS_KDC_TAG=9391ecdee8d7 -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=9bec2a638e6e -e DOCKER_MYSQL_JAVA_CLIENT_TAG=766bff31cfe4 -e DOCKER_MYSQL_JS_CLIENT_TAG=41ba7c2ec2a1 -e DOCKER_MYSQL_PHP_CLIENT_TAG=88be89c1e3b6 -e DOCKER_NGINX_DAV_TAG=b55ac9cd7519 -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=a4eff5c7f4d6 -e DOCKER_PYTHON_BOTTLE_TAG=d862517635bf -e DOCKER_CLIENT_TIMEOUT=300 -e COMPOSE_HTTP_TIMEOUT=600 -e PYTHONUNBUFFERED=1 -e PYTEST_ADDOPTS="--dist=loadfile -n 10 -rfEps --run-id=1 --color=no --durations=0 --report-log=parallel0_1.jsonl --report-log-exclude-logs-on-passed-tests test_backward_compatibility/test_functions.py::test_string_functions test_database_delta/test.py::test_complex_table_schema test_database_delta/test.py::test_embedded_database_and_tables test_database_delta/test.py::test_multiple_schemes_tables -vvv " altinityinfra/integration-tests-runner:ad96270260ff ' returned non-zero exit status 1.